BagBugAnim

Undocumented in source.

Constructors

this
this(MainGameObject root)
Undocumented in source.

Members

Functions

draw
void draw(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
tick
bool tick(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

G
enum G;
Undocumented in source.
JUMP_V
enum JUMP_V;
Undocumented in source.
MAX_V
enum MAX_V;
Undocumented in source.
SPEED
enum SPEED;
Undocumented in source.

Variables

bug
Bug bug;
Undocumented in source.
dz
float dz;
Undocumented in source.
frame
long frame;
Undocumented in source.
stage
int stage;
Undocumented in source.

Inherited Members

From GameObject

LEFT_KEY
anonymousenum LEFT_KEY
Undocumented in source.
root
MainGameObject root;
Undocumented in source.
frame
long frame;
Undocumented in source.
state
ulong state;
Undocumented in source.
models
ObjFile*[string] models;
Undocumented in source.
screens
ObjFile*[SC] screens;
Undocumented in source.
collision_objects
Vector[][string][string] collision_objects;
Undocumented in source.
draw
void draw(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
tick
bool tick(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
reset_frame
void reset_frame()
Undocumented in source. Be warned that the author may not have intended to support it.
gframe
ulong gframe [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta